+2006-03-22 Matthias Clasen <mclasen@redhat.com>
+
+ * gdk-pixbuf-loader.c: Add some documentation about
+ supported image formats, and how to find out about them.
+ (#335536, Murray Cumming)
+
2006-03-20 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-animation.c:
* that can't be reliably identified by looking at the data, or if
* the user manually forces a specific type.
*
+ * The list of supported image formats depends on what image loaders
+ * are installed, but typically "png", "jpeg", "gif", "tiff" and
+ * "xpm" are among the supported formats. To obtain the full list of
+ * supported image formats, call gdk_pixbuf_format_get_name() on each
+ * of the #GdkPixbufFormat structs returned by gdk_pixbuf_get_formats().
+ *
* Return value: A newly-created pixbuf loader.
**/
GdkPixbufLoader *
* that can't be reliably identified by looking at the data, or if
* the user manually forces a specific mime type.
*
+ * The list of supported mime types depends on what image loaders
+ * are installed, but typically "image/png", "image/jpeg", "image/gif",
+ * "image/tiff" and "image/x-xpixmap" are among the supported mime types.
+ * To obtain the full list of supported mime types, call
+ * gdk_pixbuf_format_get_mime_types() on each of the #GdkPixbufFormat
+ * structs returned by gdk_pixbuf_get_formats().
+ *
* Return value: A newly-created pixbuf loader.
* Since: 2.4
**/